runtime.schedt.timeToRun (field)
6 uses
runtime (current package)
metrics.go#L286: hist.counts[0] = atomic.Load64(&sched.timeToRun.underflow)
metrics.go#L287: for i := range sched.timeToRun.counts {
metrics.go#L288: hist.counts[i+1] = atomic.Load64(&sched.timeToRun.counts[i])
proc.go#L704: if offset := unsafe.Offsetof(sched.timeToRun); offset%8 != 0 {
proc.go#L1020: sched.timeToRun.record(gp.runnableTime)
runtime2.go#L832: timeToRun timeHistogram
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)